home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / doc / TODO < prev    next >
Text File  |  1995-05-04  |  2KB  |  54 lines

  1. THINGS TO DO
  2.  
  3. (These should be resolved before releasing the next version.)
  4.  
  5. --General
  6.  
  7. Mplayer should not resign if outnumbered, if starting out game that way;
  8. only resign if much weaker than at beginning.
  9.  
  10. Add a basic "try going sideways" to movement task; push movement
  11. task go 90 degrees from original direction, distance 1/4 of total
  12. distance, if fails, try 1/2 of distance, then full distance
  13. sideways, then go at 150 deg by same range of distances.
  14.  
  15. Fix so that AI in ww2-eur-42 doesn't try to build fleets
  16. in Tabriz.
  17.  
  18. Fill in unit loss/gain records in statistics file.
  19.  
  20. --X11 Interface
  21.  
  22. Make sample resource files consistent with compiled-in fallbacks.
  23.  
  24. Fix surveying in unknown terrain so that cell erasure doesn't
  25. draw actual terrain.
  26.  
  27. Fix info window to show info about units of other sides
  28. consistently.
  29.  
  30. Fix map opening to actually make the new maps appear.
  31.  
  32. Fix mistakes in sizing and drawing panner.
  33.  
  34. Extend selection of unit types to include multi-char names.
  35.  
  36. --Macintosh Interface
  37.  
  38. --Curses Interface
  39.  
  40. Fix where extra side is added to restored game because default
  41. side/player is not being used.
  42.  
  43. Survey->move switch should keep curunit unchanged if occupant.
  44.  
  45. Fix cursor so not always in bottom corner of screen!  (Only happens
  46. on some machines, like sun4). (check global name conflicts...)
  47.  
  48. Check player specs for validity in curses context. (?)
  49.  
  50. Extend selection of unit types to include multi-char names.
  51.  
  52. Instead of scrolling to new screen, ask about units already visible,
  53. skipping through others until time to scroll.
  54.